Previous Book Contents Book Index Next

Inside Macintosh: Programming With JManager /
Chapter 2 - JManager Reference / JManager Constants and Data Types
The Applet Object


Applet Reference

An instantiated applet is defined by the JMAppletViewerRef object, which has the following type definition:

typedef struct JMAppletViewer* JMAppletViewerRef;
Note that the JMAppletViewer object is not the same as a java.applet.Applet object. The JMAppletViewer object encapsulates the Java applet object so that it can be referenced outside the Java environment.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
10 DEC 1997